Crate collection_literals

Source

Macrosยง

  • Macro for initializing both BTreeMaps and BTreeSets. It can infer both type of collection and types of entries but you can provide explicit type annotations.
  • Macro for initializing collections of any type. You must specify type of collection.
  • Macro for initializing both HashMaps and HashSets. It can infer both type of collection and types of entries but you can provide explicit type annotations.